entwine: 3.2.0 -> 3.2.1 (#452320)

This commit is contained in:
Nikolay Korotkiy
2025-10-15 18:20:41 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "entwine";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "connormanning";
repo = "entwine";
rev = version;
hash = "sha256-RpUV75Dlyd3wTWGC3btpAFSjqpgK9zLXTl670Oh0Z2o=";
hash = "sha256-K/mR3Js5F6JeS9xvEOhzX4sXGK/Zo+1mHCXDSaBdV2M=";
};
buildInputs = [