mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
inotify-info: unstable-2024-01-05 -> 0.0.1 (#308759)
This commit is contained in:
parent
b7bcb5a6e7
commit
67a4ef9d1e
@ -1,14 +1,17 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub }:
|
{
|
||||||
|
lib,
|
||||||
|
stdenv,
|
||||||
|
fetchFromGitHub,
|
||||||
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "inotify-info";
|
pname = "inotify-info";
|
||||||
version = "unstable-2024-01-05";
|
version = "0.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mikesart";
|
owner = "mikesart";
|
||||||
repo = "inotify-info";
|
repo = "inotify-info";
|
||||||
rev = "a7ff6fa62ed96ec5d2195ef00756cd8ffbf23ae1";
|
rev = "refs/tags/v${finalAttrs.version}";
|
||||||
hash = "sha256-yY+hjdb5J6dpFkIMMUWvZlwoGT/jqOuQIcFp3Dv+qB8=";
|
hash = "sha256-fsUvIXWnP6Iy9Db0wDG+ntSw6mUt0MQOTJA5vFxhH+U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user