Merge pull request #178008 from dasj19/update-mod_cspnonce

mod_cspnonce: 1.3 -> 1.4
This commit is contained in:
Mario Rodas 2022-06-25 23:29:50 -05:00 committed by GitHub
commit 256bc358b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mod_cspnonce";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "wyattoday";
repo = "mod_cspnonce";
rev = version;
sha256 = "0kqvxf1dn8r0ywrfiwsxryjrxii2sq11wisbjnm7770sjwckwqh5";
hash = "sha256-uUWRKUjS2LvHgT5xrK+LZLQRHc6wMaxGca2OsVxVlRs=";
};
buildInputs = [ apacheHttpd ];