vrrtest: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2026-06-15 00:26:13 +00:00
parent 83f27cec2b
commit f9febb7d44
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vrrtest";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "Nixola";
repo = "VRRTest";
rev = "v${finalAttrs.version}";
hash = "sha256-esyD+BpdnB8miUrIjV6P8Lho1xztmhLDnKxdQKW8GXc=";
hash = "sha256-xosnYd55fUas3p90oWUCT5p5Y37iX2nTxkcgejYWmLE=";
};
nativeBuildInputs = [ makeWrapper ];