Commit 4324be2e authored by R. RyanTM's avatar R. RyanTM
Browse files

pfetch: 1.8.1 -> 1.9.0

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

stdenvNoCC.mkDerivation rec {
  pname = "pfetch";
  version = "1.8.1";
  version = "1.9.0";

  src = fetchFromGitHub {
    owner = "Un1q32";
    repo = "pfetch";
    tag = version;
    hash = "sha256-lzXoe4RYfd8aSnrkpz5VYhMlJUcaMsZBZyPBOjpBXG8=";
    hash = "sha256-DWntcAowiia4gEiYcZCJ6+uDGQ5h2eh/XwSSW+ThPKY=";
  };

  dontBuild = true;