pragtical: 3.5.0 -> 3.5.1 (#360180)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-30 14:31:42 +00:00 committed by GitHub
commit 711fb0167d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "pragtical"; pname = "pragtical";
version = "3.5.0"; version = "3.5.1";
pluginManagerVersion = "1.2.9"; pluginManagerVersion = "1.2.9";
src = fetchFromGitHub { src = fetchFromGitHub {
@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
find subprojects -type d -name .git -prune -execdir rm -r {} + find subprojects -type d -name .git -prune -execdir rm -r {} +
''; '';
hash = "sha256-a9LnLKtJ33YHtlnhWmKBeW5dOjjwa7PmaZjYh0+Nx9g="; hash = "sha256-o19akSgsWLRTyHT+dvmTeTS4HtNfzEyNXBhVot92OD4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [