subgit: 3.3.16 -> 3.3.17

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