Merge pull request #276576 from r-ryantm/auto-update/texstudio

texstudio: 4.7.1 -> 4.7.2
This commit is contained in:
ajs124 2023-12-26 22:15:05 +01:00 committed by GitHub
commit 719483f4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.7.1";
version = "4.7.2";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-Qpt1CiQ+vG7uT8rpuWgYdjug2iigXQDKHIhrquSny6I=";
hash = "sha256-Q4/aoLIxFssti3Dto1JwRRAQ+D3DHlH9JgDrHBVKg4M=";
};
nativeBuildInputs = [