Merge pull request #49935 from r-ryantm/auto-update/theft

theft: 0.4.3 -> 0.4.4
This commit is contained in:
Jörg Thalheim 2018-11-08 21:27:22 +00:00 committed by GitHub
commit ccf0e21cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "0.4.3";
version = "0.4.4";
name = "theft-${version}";
src = fetchFromGitHub {
owner = "silentbicycle";
repo = "theft";
rev = "v${version}";
sha256 = "1ibh8np12lafnrsrvjbbzlyq45zq654939x0y22vdnc6s8dpbhw4";
sha256 = "1csdhnb10k7vsyd44vjpg430nf6a909wj8af2zawdkbvnxn5wxc4";
};
preConfigure = "patchShebangs ./scripts/mk_bits_lut";