fractal: 11 -> 11.1 (#407924)

authored by

Adam C. Stephens and committed by
GitHub
5dfd04a7 1ca37052

+3 -3
+3 -3
pkgs/by-name/fr/fractal/package.nix
··· 30 30 31 31 stdenv.mkDerivation rec { 32 32 pname = "fractal"; 33 - version = "11"; 33 + version = "11.1"; 34 34 35 35 src = fetchFromGitLab { 36 36 domain = "gitlab.gnome.org"; 37 37 owner = "World"; 38 38 repo = "fractal"; 39 39 tag = version; 40 - hash = "sha256-gb6DHb7pFFAmNQxK1vnBQtVRiMRu0BCvkhACkLeRHXs="; 40 + hash = "sha256-G8vJvoOVVQ9cPnwoxNoKrQwGNxnA78HG285iSy6lSjk="; 41 41 }; 42 42 43 43 cargoDeps = rustPlatform.fetchCargoVendor { 44 44 inherit src; 45 - hash = "sha256-Yc+/aTaIq/9NmdIhHSKixWTwSZRNtxA6p5n9OWkYH/U="; 45 + hash = "sha256-yxo1ZSOqjh2lrdmiCrKQGFHpSPRgye64rFNZpghZqI0="; 46 46 }; 47 47 48 48 patches = [