Skip to content

Commit

Permalink
pragtical: 3.5.0 -> 3.5.1 (#360180)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Nov 30, 2024
2 parents 9f06965 + 5de6a11 commit 711fb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.5.0";
version = "3.5.1";
pluginManagerVersion = "1.2.9";

src = fetchFromGitHub {
Expand All @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
find subprojects -type d -name .git -prune -execdir rm -r {} +
'';

hash = "sha256-a9LnLKtJ33YHtlnhWmKBeW5dOjjwa7PmaZjYh0+Nx9g=";
hash = "sha256-o19akSgsWLRTyHT+dvmTeTS4HtNfzEyNXBhVot92OD4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 711fb01

Please sign in to comment.