Merge pull request #303064 from r-ryantm/auto-update/vtm

vtm: 0.9.76 -> 0.9.77
This commit is contained in:
Pascal Wittmann
2024-04-10 20:05:22 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.76";
version = "0.9.77";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-F1ia1xyg2/Jnm/lsSn7bKNJ7cXIJuvEhNTEZWiYxGAo=";
hash = "sha256-usY8JvoTtGfA8nnl6w7r1sft8F/19fHeSl9kMWM60i4=";
};
nativeBuildInputs = [