theft: 0.4.3 -> 0.4.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/theft/versions
This commit is contained in:
parent
a054d74507
commit
07be63132c
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.4.3";
|
version = "0.4.4";
|
||||||
name = "theft-${version}";
|
name = "theft-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "silentbicycle";
|
owner = "silentbicycle";
|
||||||
repo = "theft";
|
repo = "theft";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ibh8np12lafnrsrvjbbzlyq45zq654939x0y22vdnc6s8dpbhw4";
|
sha256 = "1csdhnb10k7vsyd44vjpg430nf6a909wj8af2zawdkbvnxn5wxc4";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "patchShebangs ./scripts/mk_bits_lut";
|
preConfigure = "patchShebangs ./scripts/mk_bits_lut";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user