Skip to content

Commit 97a24d8

Browse files
authored
[Backport release-24.11] linux-wallpaperengine: fix hash mismatch (#356876)
2 parents 4aecc7f + 9517871 commit 97a24d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/by-name/li/linux-wallpaperengine/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ let
9999
let
100100
hash =
101101
{
102-
"linuxarm64" = "sha256-iu8y2r1rd78fV2argulHoZJG+hPMPDKJ9ysnUyIgo5k=";
102+
"linuxarm64" = "sha256-2mOh3GWdx0qxsLRKVYXOJnVY0eqz6B3z9/B9A9Xfs/A=";
103103
"linux64" = "sha256-FFkFMMkTSseLZIDzESFl8+h7wRhv5QGi1Uy5MViYpX8=";
104104
}
105105
.${platform};

0 commit comments

Comments
 (0)