fractal: 11.2 -> 12

https://gitlab.gnome.org/World/fractal/-/tags/12
This commit is contained in:
Adam C. Stephens 2025-08-11 20:05:14 +00:00
parent 1c39e588f6
commit ff8cd39881
No known key found for this signature in database

View File

@ -30,19 +30,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fractal";
version = "11.2";
version = "12";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "fractal";
tag = finalAttrs.version;
hash = "sha256-UE0TRC9DeP+fl85fzuQ8/3ioIPdeSqsJWnW1olB1gmo=";
hash = "sha256-galaFpHcWrN+jQ6uOS78EB6wjfR8KIBLZvKmH7Rb1Xs=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
hash = "sha256-I+1pGZWxn9Q/CL8D6VxsaO3H4EdBek4wyykvNgCNRZI=";
hash = "sha256-DuEuCvhwulDHVCmUPXcM6PZ34nueRmKYHYffSsFCbLE=";
};
patches = [