Unverified Commit cacc21a9 authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #246053 from fgaz/vengi-tools/0.0.25

parents c4147cd2 fcc76889
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

stdenv.mkDerivation rec {
  pname = "vengi-tools";
  version = "0.0.24";
  version = "0.0.25";

  src = fetchFromGitHub {
    owner = "mgerhardy";
    repo = "vengi";
    rev = "v${version}";
    sha256 = "sha256-ZkO2CLSuuJcFJFBO4XS8Qec0CxxAJdzOGfFa2zy+4uI=";
    hash = "sha256-ZY0HG1BpRQV7+RzdXUhKV6JRa/1RIYmCuhnYCZapG8w=";
  };

  nativeBuildInputs = [