forked from mirrors/nixpkgs
iptsd: 1.0.0 -> 1.0.1
Diff: https://github.com/linux-surface/iptsd/compare/v1.0.0...v1.0.1 Changelog: https://github.com/linux-surface/iptsd/releases/tag/v1.0.1
This commit is contained in:
parent
c4269e49a6
commit
96b055cbe7
|
@ -15,13 +15,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "iptsd";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linux-surface";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-fd/WZXRvJb6XCATNmPj2xi1UseoZqBT9IN21iwxHGLs=";
|
||||
hash = "sha256-B5d1OjrRB164BYtFzZoZ3I4elZSKpHg0PCBiwXPnqLs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue