guile-curl: 0.9 -> 0.10 (#430997)

Co-authored-by: ethancedwards8 <ethan@ethancedwards.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-04 19:41:43 +00:00
committed by GitHub
co-authored by ethancedwards8
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "guile-curl";
version = "0.9";
version = "0.10";
src = fetchFromGitHub {
owner = "spk121";
repo = "guile-curl";
tag = "v${finalAttrs.version}";
hash = "sha256-nVA0cl4Oog3G+Ww0n0QMxJ66iqTn4VxrV+sqd6ACWl4=";
hash = "sha256-pCYihn3Z0AeGt/6HueMAz0kPFYLVSB5NDPPGOUaAI2U=";
};
strictDeps = true;