zizmor: 1.4.1 -> 1.5.1
Diff: https://github.com/woodruffw/zizmor/compare/v1.4.1...v1.5.1 Changelog: - https://github.com/woodruffw/zizmor/releases/tag/v1.5.0 - https://github.com/woodruffw/zizmor/releases/tag/v1.5.1
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "zizmor";
|
||||
version = "1.4.1";
|
||||
version = "1.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "woodruffw";
|
||||
repo = "zizmor";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-cOfFfij/w0W4FcJg6KnIQxbSgC+cp0iyZqNPSbKheoQ=";
|
||||
hash = "sha256-G0cayE8UDahLYZl2HG8315YYUOhH5u6L/VRWHqqavPk=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-XXV3aOIbzIZ8B7UlkhSeiHoa9H9GJiF8ZMzLS0e0R0w=";
|
||||
cargoHash = "sha256-CRjr4X525t7xaFsnX3gOy4+HJis5T8nw6zrhkW60Bpw=";
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = zizmor;
|
||||
|
||||
Reference in New Issue
Block a user