Skip to content

Commit f477b37

Browse files
r-ryantmfgaz
authored andcommitted
vengi-tools: 0.0.33 -> 0.0.34
1 parent c11b8de commit f477b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/graphics/vengi-tools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535

3636
stdenv.mkDerivation (finalAttrs: {
3737
pname = "vengi-tools";
38-
version = "0.0.33";
38+
version = "0.0.34";
3939

4040
src = fetchFromGitHub {
4141
owner = "mgerhardy";
4242
repo = "vengi";
4343
rev = "v${finalAttrs.version}";
44-
hash = "sha256-ljB36A5b8K1KBBuQVISb1fkWxb/tTTwojE31KPMg1xQ=";
44+
hash = "sha256-a78Oiwln3vyzCyjNewbK1/05bnGcSixxzKIgz4oiDmA=";
4545
};
4646

4747
nativeBuildInputs = [

0 commit comments

Comments
 (0)