Unverified Commit 9c0a4909 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

libpeas2: 2.2.0 -> 2.2.1 (#496344)

parents 97c3ed7d 2a4f991e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ let
in
stdenv.mkDerivation rec {
  pname = "libpeas";
  version = "2.2.0";
  version = "2.2.1";

  outputs = [
    "out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
    hash = "sha256-wohyM/CEpp+r/H+gFA1BBJGGPXBQr7KGd/mlU7JYCtk=";
    hash = "sha256-WJ7KibQ3AG7fN1VHjfA3x0CiqEz6XSAtutYJXoKOJIg=";
  };

  patches = [