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

gitwatch: 0.2 -> 0.3 (#415872)

parents 1d73a687 f7a8d975
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@
}:
runCommand "gitwatch"
  rec {
    version = "0.2";
    version = "0.3";
    src = fetchFromGitHub {
      owner = "gitwatch";
      repo = "gitwatch";
      rev = "v${version}";
      hash = "sha256-KuWD2FAMi2vZ/7e4fIg97DGuAPEV9b9iOuF8NIGFVpE=";
      hash = "sha256-dKXKuqUQhFUXMwPs7Uilzn2yKH6DIlBTOFztKo+PqVU=";
    };
    nativeBuildInputs = [ makeWrapper ];