freefilesync: 12.0 -> 12.1

This commit is contained in:
R. Ryantm 2023-02-28 07:26:51 +00:00
parent 9e56d6ec92
commit 36405d170a

View File

@ -14,13 +14,13 @@
gcc12Stdenv.mkDerivation rec {
pname = "freefilesync";
version = "12.0";
version = "12.1";
src = fetchFromGitHub {
owner = "hkneptune";
repo = "FreeFileSync";
rev = "v${version}";
hash = "sha256-7vdhSEh43mpVbrzJzt005EkwoXfknYnAC+FZIAZF020=";
hash = "sha256-KA3Bn8skJ2gMmihmwlUmN6jXZmfoYY/f4vqbKwvxwgw=";
};
# Patches from ROSA Linux