inotify-info: unstable-2024-01-05 -> 0.0.1 (#308759)

This commit is contained in:
Motiejus Jakštys 2024-05-03 22:01:53 +03:00 committed by GitHub
parent b7bcb5a6e7
commit 67a4ef9d1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''