vrrtest: 2.1.0 -> 2.1.1 (#531825)

This commit is contained in:
Nick Cao
2026-06-15 20:43:37 +00:00
committed by GitHub
+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 ];