Merge pull request #266008 from r-ryantm/auto-update/dsview

dsview: 1.3.0 -> 1.3.1
This commit is contained in:
Pascal Bach 2023-11-13 22:16:44 +01:00 committed by GitHub
commit f524257148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "dsview";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "DreamSourceLab";
repo = "DSView";
rev = "v${version}";
sha256 = "sha256-wnBVhZ3Ky9PXs48OVvSbD1aAUSEqAwaNLg7Ntim7yFM=";
sha256 = "sha256-LwrlB+Nwq34YjwGmnbUWS3W//ZHr8Do2Wf2te+2oBeI=";
};
patches = [