rbenv: 1.3.0 -> 1.3.2 (#372022)

This commit is contained in:
misuzu
2025-01-22 17:59:22 +02:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rbenv";
version = "1.3.0";
version = "1.3.2";
nativeBuildInputs = [ installShellFiles ];
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "rbenv";
repo = "rbenv";
rev = "v${finalAttrs.version}";
sha256 = "sha256-AO0z9QtCGHwUr2ji28sbvQmCBDIfjAqbiac+HTH3N7Q=";
sha256 = "sha256-vkwYl+cV5laDfevAHfju5G+STA3Y+wcMBtW1NWzJ4po=";
};
postPatch = ''