bash-env-json: 0.9.2 -> 0.10.0 (#369926)

This commit is contained in:
jaredmontoya
2025-01-01 15:33:51 +01:00
committed by GitHub
parent 6041a77901
commit a7ba59ffac
+2 -2
View File
@@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "bash-env-json";
version = "0.9.2";
version = "0.10.0";
src = fetchFromGitHub {
owner = "tesujimath";
repo = "bash-env-json";
rev = finalAttrs.version;
hash = "sha256-EYro4pMILnQFpXpFjdzSDuudhqC2EvysYMUmIOvesgo=";
hash = "sha256-IHfUIAkpaRyBmzT654bAzpTHUhcrtU643uxkPbveYOM=";
};
installPhase = ''