Unverified Commit e2b376df authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

zizmor: 1.3.1 -> 1.4.1 (#386165)

parents 3a0844fb a90f6a9e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "zizmor";
  version = "1.3.1";
  version = "1.4.1";

  src = fetchFromGitHub {
    owner = "woodruffw";
    repo = "zizmor";
    tag = "v${version}";
    hash = "sha256-LJ/yg5Xm5TIf7fQf84iHJpQ/Zsu0hz5YRPZEZO/eAS4=";
    hash = "sha256-cOfFfij/w0W4FcJg6KnIQxbSgC+cp0iyZqNPSbKheoQ=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-AKc4RPdtxr2zcsfUJ/MVF9EId4394SZrP8vx8O35lho=";
  cargoHash = "sha256-XXV3aOIbzIZ8B7UlkhSeiHoa9H9GJiF8ZMzLS0e0R0w=";

  passthru.tests.version = testers.testVersion {
    package = zizmor;