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 6 mkDerivation rec { 7 7 pname = "dsview"; 8 8 9 - version = "1.2.1"; 9 + version = "1.2.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "DreamSourceLab"; 13 13 repo = "DSView"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-TE2yfzv2h77GLMkmoVGXmzs7J0l/N+n1eYxyrtnrnGU="; 15 + sha256 = "sha256-QaCVu/n9PDbAiJgPDVN6SJMILeUO/KRkKcHYAstm86Q="; 16 16 }; 17 17 18 18 patches = [