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

linuxPackages.universal-pidff: 0.2.0 -> 0.2.2

parent 60ac0f66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "universal-pidff";
  version = "0.2.0";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "JacKeTUs";
    repo = "universal-pidff";
    tag = version;
    hash = "sha256-qjnQTkQiufHPEwMH+F+XE+VBc/DSTX6d0vxot35xbUc=";
    hash = "sha256-8kAoy2wcQbP6DOzSwp0Mg1aJ8R1ZQpc+OZfDUTEPHBo=";
  };

  postPatch = ''