dsview: 1.3.0 -> 1.3.1

+2 -2
+2 -2
pkgs/applications/science/electronics/dsview/default.nix
··· 6 stdenv.mkDerivation rec { 7 pname = "dsview"; 8 9 - version = "1.3.0"; 10 11 src = fetchFromGitHub { 12 owner = "DreamSourceLab"; 13 repo = "DSView"; 14 rev = "v${version}"; 15 - sha256 = "sha256-wnBVhZ3Ky9PXs48OVvSbD1aAUSEqAwaNLg7Ntim7yFM="; 16 }; 17 18 patches = [
··· 6 stdenv.mkDerivation rec { 7 pname = "dsview"; 8 9 + version = "1.3.1"; 10 11 src = fetchFromGitHub { 12 owner = "DreamSourceLab"; 13 repo = "DSView"; 14 rev = "v${version}"; 15 + sha256 = "sha256-LwrlB+Nwq34YjwGmnbUWS3W//ZHr8Do2Wf2te+2oBeI="; 16 }; 17 18 patches = [