Unverified Commit b93483ba authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

apptainer: 1.4.1 -> 1.4.2 (#431951)

parents 865725e5 566883d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@ let
    callPackage
      (import ./generic.nix rec {
        pname = "apptainer";
        version = "1.4.1";
        version = "1.4.2";
        projectName = "apptainer";

        src = fetchFromGitHub {
          owner = "apptainer";
          repo = "apptainer";
          tag = "v${version}";
          hash = "sha256-1deSlDNk8ZI/z1eWmslesXO0ypCoMxCJMdihFPCSPIc=";
          hash = "sha256-xa35HhziEUzuNIKT1h/nOXjV5/UYkbFlJcZMApaIGfQ=";
        };

        # Override vendorHash with overrideAttrs.