Fixed hash

This commit is contained in:
Mikkel Jeppesen
2024-09-25 21:47:03 +02:00
parent c189a699aa
commit beeae88591
@@ -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.