Fixed hash

This commit is contained in:
Mikkel Jeppesen 2024-09-23 00:02:14 +02:00
parent c189a699aa
commit beeae88591
No known key found for this signature in database
GPG Key ID: 2BCBCF8F65FDACB8

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "thelounge";
repo = "thelounge";
rev = "v${finalAttrs.version}";
hash = "sha256-csVrgsEy9HjSBXxtgNG0hcBrR9COlcadhMQrw6BWPc4=";
hash = "sha256-lDbyqVFjhF2etRx31ax7KiQ1QKgVhD8xkTog/E3pUlA=";
};
# Allow setting package path for the NixOS module.