We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11b8de commit f477b37Copy full SHA for f477b37
pkgs/applications/graphics/vengi-tools/default.nix
@@ -35,13 +35,13 @@
35
36
stdenv.mkDerivation (finalAttrs: {
37
pname = "vengi-tools";
38
- version = "0.0.33";
+ version = "0.0.34";
39
40
src = fetchFromGitHub {
41
owner = "mgerhardy";
42
repo = "vengi";
43
rev = "v${finalAttrs.version}";
44
- hash = "sha256-ljB36A5b8K1KBBuQVISb1fkWxb/tTTwojE31KPMg1xQ=";
+ hash = "sha256-a78Oiwln3vyzCyjNewbK1/05bnGcSixxzKIgz4oiDmA=";
45
};
46
47
nativeBuildInputs = [
0 commit comments