Unverified Commit 2ddfc973 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

fractal: 11.2 -> 12 (#432916)

parents 33523615 ff8cd398
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [