nostui: 0.1.0 -> 0.1.1

This commit is contained in:
R. Ryantm
2025-12-03 13:37:18 +00:00
parent 4c41edb2e6
commit 30cad2272d
+3 -3
View File
@@ -6,13 +6,13 @@
rustPlatform.buildRustPackage rec {
pname = "nostui";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "akiomik";
repo = "nostui";
rev = "v${version}";
hash = "sha256-RCD11KdzM66Mkydc51r6fG+q8bmKl5eZma58YoARwPo=";
hash = "sha256-7i76JPg6MAk4/sO8/JI4ody4iYFJPeLkD2SWncFhT4o=";
};
GIT_HASH = "000000000000000000000000000000000000000000000000000";
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
"--skip=widgets::text_note::tests::test_created_at"
];
cargoHash = "sha256-tway75ZAP2cGdpn79VpuRd0q/h+ovDvkih1LKitM/EU=";
cargoHash = "sha256-X5VeL9oWjqoWmXQTCINvvFLdXqCyhO01ckDU7x42Teo=";
meta = with lib; {
homepage = "https://github.com/akiomik/nostui";