stgit: 2.4.12 -> 2.4.13 (#365274)

This commit is contained in:
Nick Cao
2024-12-15 09:17:37 -05:00
committed by GitHub
+3 -3
View File
@@ -19,15 +19,15 @@
rustPlatform.buildRustPackage rec {
pname = "stgit";
version = "2.4.12";
version = "2.4.13";
src = fetchFromGitHub {
owner = "stacked-git";
repo = "stgit";
rev = "v${version}";
hash = "sha256-fNQLdW5KFpYUBBmaUYYOmDym7OweXsDfD+uFl688zcY=";
hash = "sha256-Qb4pn/8SK36lUdbURY67592YWrmG7c5PJi19Ly+u2X4=";
};
cargoHash = "sha256-s3PFNc1rn01X6tauRXp5B4cg3AIVSishqDFy0lP/8g8=";
cargoHash = "sha256-7loyQj/mtgzt80XN6ckjojxeddXYRCmdl6U7Y9t95aY=";
nativeBuildInputs = [
pkg-config