subgit: 3.3.16 -> 3.3.17

+2 -2
+2 -2
pkgs/applications/version-management/subgit/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "subgit"; 5 - version = "3.3.16"; 5 + version = "3.3.17"; 6 6 7 7 meta = { 8 8 description = "A tool for a smooth, stress-free SVN to Git migration"; ··· 22 22 23 23 src = fetchurl { 24 24 url = "https://subgit.com/download/subgit-${version}.zip"; 25 - sha256 = "sha256-p7uBEG43N4Hed+8HYf3I9lQEvmYLV61oIyRrPHuGmUA="; 25 + sha256 = "sha256-u8YhaF4zOlDpEYd/0VUN8k4X8E1G4PB+UkJjBfQKkJY="; 26 26 }; 27 27 }