Commit 4f186135 authored by Jan Votava's avatar Jan Votava
Browse files

timoni: 0.21.0 -> 0.22.0

parent a28173cf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGo122Module rec {
  pname = "timoni";
  version = "0.21.0";
  version = "0.22.0";

  src = fetchFromGitHub {
    owner = "stefanprodan";
    repo = "timoni";
    rev = "v${version}";
    hash = "sha256-LN2VxXKjEaUgLSVc0G+OlhmaZ4anBmyXbOBOrGIeYG0=";
    hash = "sha256-g0B5UbveQ6KYqfXGF5bsGJfUuZ3q1TNEaC1GwtNAig8=";
  };

  vendorHash = "sha256-Vj7P0o0UM35WTv9s1BAcW6MuzjIinADOFsuCK1bpKP0=";
  vendorHash = "sha256-XeqHETKWw74edsWCOKC+bhIt0NZz5mgrTShoQk1hb5Y=";

  subPackages = [ "cmd/timoni" ];
  nativeBuildInputs = [ installShellFiles ];