Commit cf15a6ef authored by R. RyanTM's avatar R. RyanTM
Browse files

shotwell: 0.32.10 -> 0.32.13

parent f6aae0c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,11 +40,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "shotwell";
  version = "0.32.10";
  version = "0.32.13";

  src = fetchurl {
    url = "mirror://gnome/sources/shotwell/${lib.versions.majorMinor finalAttrs.version}/shotwell-${finalAttrs.version}.tar.xz";
    sha256 = "sha256-JuRaYbVDGwlv/NF28RW9B76ad6aDNYmVQhBuGeB/QA4=";
    sha256 = "sha256-vdPoT2AuL8frQoQ8kKJes6pJ+y/7de21HbAb0pBdvR4=";
  };

  nativeBuildInputs = [