Merge pull request #330156 from r-ryantm/auto-update/collector

collector: 1.0.1 -> 0-unstable-2024-08-02
This commit is contained in:
éclairevoyant 2024-08-10 04:49:59 +00:00 committed by GitHub
commit b267aa8c7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "collector";
version = "1.0.1";
version = "0-unstable-2024-08-02";
src = fetchFromGitHub {
owner = "mijorus";
repo = "collector";
rev = "d98a11c65c7de054cb894aeb4b5e963aeb83c0d8";
hash = "sha256-un+PvLAHfosX9jWExepWDbDKev7D9TAu+XfOFm7xOyA=";
rev = "7c83ef15ec6189005e63a036f00699adf1cb7132";
hash = "sha256-WTNisQuwtyjZ73cVPhuCQkf7FkpAvNx3BrxjpzKc1/s=";
};
nativeBuildInputs = [