lol

syncthingtray: 1.7.3 -> 1.7.5 (#398419)

authored by

Doron Behar and committed by
GitHub
a27b305b e6999692

+2 -2
+2 -2
pkgs/applications/misc/syncthingtray/default.nix
··· 38 38 }: 39 39 40 40 stdenv.mkDerivation (finalAttrs: { 41 - version = "1.7.3"; 41 + version = "1.7.5"; 42 42 pname = "syncthingtray"; 43 43 44 44 src = fetchFromGitHub { 45 45 owner = "Martchus"; 46 46 repo = "syncthingtray"; 47 47 rev = "v${finalAttrs.version}"; 48 - hash = "sha256-XmbdLaJzGjgbB4klu8soAV1m2/LjhbWbAczl/mNTMG4="; 48 + hash = "sha256-/1X+wbVwLu0+SOMaVDJejBA+Z3szgs8IDtAZ9Yj7hXs="; 49 49 }; 50 50 51 51 buildInputs =