We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7c8f75 + 93a75fa commit ee05f2dCopy full SHA for ee05f2d
pkgs/by-name/pr/pragtical/package.nix
@@ -20,7 +20,7 @@
20
21
stdenv.mkDerivation (finalAttrs: {
22
pname = "pragtical";
23
- version = "3.4.1";
+ version = "3.4.2";
24
pluginManagerVersion = "1.2.9";
25
26
src = fetchFromGitHub {
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
44
find subprojects -type d -name .git -prune -execdir rm -r {} +
45
'';
46
47
- hash = "sha256-JlVNcNPsn4trO0w5NDtWvZhxgY2jXqVzFaXfjxGg6+s=";
+ hash = "sha256-mYLYRyyKfjTCD8mi1KrQNLqwd8QX1wgpJtpWASQCLQU=";
48
};
49
50
nativeBuildInputs = [
0 commit comments