Skip to content

Commit

Permalink
pragtical: 3.4.2 -> 3.4.4 (#341050)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 11, 2024
2 parents 3fd6481 + a8050d0 commit eaed34e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pr/pragtical/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pragtical";
version = "3.4.2";
version = "3.4.4";
pluginManagerVersion = "1.2.9";

src = fetchFromGitHub {
Expand All @@ -39,12 +39,12 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail 'revision = head' 'revision = v${finalAttrs.pluginManagerVersion}'
${lib.getExe meson} subprojects download \
colors plugins ppm
colors widget plugins ppm
find subprojects -type d -name .git -prune -execdir rm -r {} +
'';

hash = "sha256-mYLYRyyKfjTCD8mi1KrQNLqwd8QX1wgpJtpWASQCLQU=";
hash = "sha256-YAIndKTqne4I+wuCrVtfkjdp1rsFF+xyBnl5WcuDyz4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit eaed34e

Please sign in to comment.