Unverified Commit 980ec62e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

pfetch: 1.9.0 -> 1.9.1 (#417120)

parents 4de3a34e 78a02305
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.9.0";
  version = "1.9.1";

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

  dontBuild = true;