fractal: 10.1 -> 11

https://gitlab.gnome.org/World/fractal/-/tags/11
This commit is contained in:
Adam C. Stephens
2025-05-09 13:41:35 -04:00
parent b4e5dc1a15
commit 9c41a49b11
+3 -3
View File
@@ -30,19 +30,19 @@
stdenv.mkDerivation rec {
pname = "fractal";
version = "10.1";
version = "11";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "fractal";
tag = version;
hash = "sha256-61xiHVzmLMbLNZlobH6JVcvuO9eoFwqBZBo1rVtPYOc=";
hash = "sha256-gb6DHb7pFFAmNQxK1vnBQtVRiMRu0BCvkhACkLeRHXs=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-e3IW8D4aLU6d36ErUHDUDiXF1lN4HCn5OCX6GwaT3iQ=";
hash = "sha256-Yc+/aTaIq/9NmdIhHSKixWTwSZRNtxA6p5n9OWkYH/U=";
};
patches = [