Merge pull request #14576 from ktosiek/partimage-patch-sha256

partimage: correct the patch SHA256
This commit is contained in:
Tuomas Tynkkynen 2016-04-10 23:40:17 +03:00
commit 3ef785eaa6

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
name = "no-SSLv2.patch";
url = "https://projects.archlinux.org/svntogit/community.git/plain/trunk"
+ "/use-SSLv3-by-default.patch?h=packages/partimage&id=7e95d1c6614e";
sha256 = "1zfixa6g1nb1hqfzn2wvyvxsr38gm7908zfml2iaqnwy6iz6jd8v";
sha256 = "17dfqwvwnkinz8vs0l3bjjbmfx3a7y8nv3wn67gjsqpmggcpdnd6";
})
];