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
1 changed files with 8 additions and 5 deletions

View File

@ -1,14 +1,17 @@
{ lib, stdenv, fetchFromGitHub }:
{
lib,
stdenv,
fetchFromGitHub,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "inotify-info";
version = "unstable-2024-01-05";
version = "0.0.1";
src = fetchFromGitHub {
owner = "mikesart";
repo = "inotify-info";
rev = "a7ff6fa62ed96ec5d2195ef00756cd8ffbf23ae1";
hash = "sha256-yY+hjdb5J6dpFkIMMUWvZlwoGT/jqOuQIcFp3Dv+qB8=";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-fsUvIXWnP6Iy9Db0wDG+ntSw6mUt0MQOTJA5vFxhH+U=";
};
installPhase = ''