stgit: 2.5.0 -> 2.5.1 (#377187)

This commit is contained in:
Nick Cao
2025-01-27 15:42:17 -05:00
committed by GitHub
+3 -3
View File
@@ -19,15 +19,15 @@
rustPlatform.buildRustPackage rec {
pname = "stgit";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "stacked-git";
repo = "stgit";
rev = "v${version}";
hash = "sha256-XyBVboNrvhOSZBPd5ZqdMuF261TpFzduC6XQtKJGntE=";
hash = "sha256-p6qEzkiRAuzvaPrUXtE+Ixdcu7W0aQFY2NQUyO+kESo=";
};
cargoHash = "sha256-xh8TW8TgwaCqqKVyP9ImHkKAIwW5c6AC1pZD5tu0XBs=";
cargoHash = "sha256-whFBUqKervY/mfogA1VffA8vhM01wySkqRdIpwMXV8M=";
nativeBuildInputs = [
pkg-config