Unverified Commit e2c95287 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #212638 from SuperSandro2000/gource

gource: 0.53 -> 0.54
parents 22a90868 b1e06e25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
  pname = "gource";
  version = "0.53";
  version = "0.54";

  src = fetchurl {
    url = "https://github.com/acaudwell/Gource/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
    hash = "sha256-PV9kwcaBL2RMMgy8mphY35e8YDb8Hl9gPKRrFbjdcjc=";
    hash = "sha256-HcvO32XSz01p/gtjPlTCApJsCLgpvK0Lc+r54pzW+uU=";
  };

  postPatch = ''