mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #313572 from motiejus/inotify-info-v0.0.2
inotify-info: v0.0.1 -> v0.0.2
This commit is contained in:
commit
09ad38ad0f
|
@ -5,15 +5,17 @@
|
|||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "inotify-info";
|
||||
version = "0.0.1";
|
||||
version = "0.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mikesart";
|
||||
repo = "inotify-info";
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-fsUvIXWnP6Iy9Db0wDG+ntSw6mUt0MQOTJA5vFxhH+U=";
|
||||
hash = "sha256-6EY2cyFWfMy1hPDdDGwIzSE92VkAPo0p5ZCG+B1wVYY=";
|
||||
};
|
||||
|
||||
buildFlags = ["INOTIFYINFO_VERSION=v${finalAttrs.version}"];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm755 _release/inotify-info $out/bin/inotify-info
|
||||
|
|
Loading…
Reference in a new issue