emhash: 1.0.1 -> 1.1.0 (#531662)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-14 17:53:51 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "emhash";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "ktprime";
repo = "emhash";
tag = "v${finalAttrs.version}";
hash = "sha256-dFj/QaGdTJYdcxKlS9tES6OHae8xPMnrG9ccRNM/hi8=";
hash = "sha256-+oJIJvtphPHXPbmRquHRV9KkI61qwuGjJw3O1hpzwIw=";
};
strictDeps = true;