Commit 2a4f991e authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files
parent af6cd220
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 = [