Merge pull request #266008 from r-ryantm/auto-update/dsview
dsview: 1.3.0 -> 1.3.1
This commit is contained in:
commit
f524257148
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue