Skip to content

Commit fcde5a9

Browse files
authored
drupal: 11.1.7 -> 11.2.1 (#419988)
2 parents 0703077 + 41bf5b8 commit fcde5a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/dr/drupal/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
php.buildComposerProject2 (finalAttrs: {
99
pname = "drupal";
10-
version = "11.1.7";
10+
version = "11.2.1";
1111

1212
src = fetchFromGitLab {
1313
domain = "git.drupalcode.org";
1414
owner = "project";
1515
repo = "drupal";
1616
tag = finalAttrs.version;
17-
hash = "sha256-jf28r44VDP9MzShoJMFD+6xSUcKBRGYJ1/ruQ3nGTRE=";
17+
hash = "sha256-GlQvgI3dmRSHtNky0ZL4Y4VWIaUrO+EjPwnkkF9DJDQ=";
1818
};
1919

20-
vendorHash = "sha256-LUZTf/Zn8p+V2K1LjhvrgaGBiTcSmGRsG1t9vXUcbeY=";
20+
vendorHash = "sha256-2XqYxuIlnXzyvOYtY67H1hOuuFjApi0H5VV74j/RJzI=";
2121
composerNoPlugins = false;
2222

2323
passthru = {

0 commit comments

Comments
 (0)