Unverified Commit 5ff68bf5 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

shotwell: 0.32.10 -> 0.32.13 (#415457)

parents 29d752f4 cf15a6ef
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 = [