agnos: 0.1.0 -> 0.1.1

This commit is contained in:
R. Ryantm
2025-09-25 00:38:59 +00:00
parent 2cd3cac166
commit 4412a4dffc
+3 -3
View File
@@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "agnos";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "krtab";
repo = "agnos";
tag = "v${version}";
hash = "sha256-hSiJvpTQIbhz/0AFBTvgfRDTqOi9YcDOvln15SksMJs=";
hash = "sha256-wHzKHduxqG7PBsGK39lCRyzhf47mdjCXhn3W1pOXQO0=";
};
cargoHash = "sha256-wmnfAvtTjioslSdD6z0mMl3Hz46wpPYMk494r9xXj44=";
cargoHash = "sha256-iRHJ8xmF9CzuVDkBVHD1LGv/YQS5V+oV05+7Pe04ckM=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];