Skip to content

Commit

Permalink
Merge pull request #206702 from fgaz/vengi-tools/0.0.23
Browse files Browse the repository at this point in the history
vengi-tools: 0.0.22 -> 0.0.23
  • Loading branch information
fgaz authored Dec 21, 2022
2 parents a5cf714 + 0d10cc9 commit c0f833e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/vengi-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

stdenv.mkDerivation rec {
pname = "vengi-tools";
version = "0.0.22";
version = "0.0.23";

src = fetchFromGitHub {
owner = "mgerhardy";
repo = "vengi";
rev = "v${version}";
sha256 = "sha256-OlOnr1Spy8kdie9CyLVOQkY1+ib6Uwcd/xP5TSaZkYg=";
sha256 = "sha256-wRqQ7x6eQTrzFU++Qgq/7NXXo5F1onlZBdQ9ttNvvEw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c0f833e

Please sign in to comment.