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

gitwatch: 0.2 -> 0.3

parent 769a46f5
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 ];