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

dsview: 1.2.1 -> 1.2.2

authored by Pascal Bach and committed by GitHub fee40259 a728ce40

+2 -2
+2 -2
pkgs/applications/science/electronics/dsview/default.nix
··· 6 mkDerivation rec { 7 pname = "dsview"; 8 9 - version = "1.2.1"; 10 11 src = fetchFromGitHub { 12 owner = "DreamSourceLab"; 13 repo = "DSView"; 14 rev = "v${version}"; 15 - sha256 = "sha256-TE2yfzv2h77GLMkmoVGXmzs7J0l/N+n1eYxyrtnrnGU="; 16 }; 17 18 patches = [
··· 6 mkDerivation rec { 7 pname = "dsview"; 8 9 + version = "1.2.2"; 10 11 src = fetchFromGitHub { 12 owner = "DreamSourceLab"; 13 repo = "DSView"; 14 rev = "v${version}"; 15 + sha256 = "sha256-QaCVu/n9PDbAiJgPDVN6SJMILeUO/KRkKcHYAstm86Q="; 16 }; 17 18 patches = [