syncthingtray.src: use hash instead of sha256

Co-authored-by: Robert Schütz <github@dotlambda.de>
This commit is contained in:
Doron Behar 2024-03-06 13:45:27 +00:00 committed by GitHub
parent 43fdeb06f4
commit 825ff0dcd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${finalAttrs.version}";
sha256 = "sha256-O8FLjse2gY8KNWGXpUeZ83cNk0ZuRAZJJ3Am33/ABVw=";
hash = "sha256-O8FLjse2gY8KNWGXpUeZ83cNk0ZuRAZJJ3Am33/ABVw=";
};
buildInputs = [