We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb92df commit d5448e2Copy full SHA for d5448e2
pkgs/by-name/fr/freefilesync/package.nix
@@ -19,7 +19,7 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "freefilesync";
22
- version = "13.7";
+ version = "13.8";
23
24
src = fetchurl {
25
url = "https://freefilesync.org/download/FreeFileSync_${finalAttrs.version}_Source.zip";
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
28
rm -f $out
29
tryDownload "$url"
30
'';
31
- hash = "sha256-bS3J0uevtZH/yjoOtqSMYVHRaNegW6NMOZv7ctW5oRc=";
+ hash = "sha256-nciunM5qDY8bxR09mv98CO5TU1BWmeFnByKHo7qqRc4=";
32
};
33
34
sourceRoot = ".";
0 commit comments