Merge pull request #647 from genebean/cups-update

Deployed v1.0.0 of cup collector
This commit is contained in:
Gene Liverman 2026-05-27 14:08:51 -04:00 committed by GitHub
commit 09450c9b58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View file

@ -77,15 +77,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779850376, "lastModified": 1779904497,
"narHash": "sha256-AiRB0pretm2xEnWZ4Yoi9VGkDczlmkzz+5QG+cVofWc=", "narHash": "sha256-EarpH6SbLNbJBemMqHkJHA9SS/oVG3BQ4DROc0yIDjI=",
"owner": "genebean", "owner": "genebean",
"repo": "cup-collector", "repo": "cup-collector",
"rev": "d90f3ac013e87427b9cf2dedbb4caa3e8b597961", "rev": "4ed915fcff8266ca8584d595843b5bd0630be69f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "genebean", "owner": "genebean",
"ref": "v1.0.0",
"repo": "cup-collector", "repo": "cup-collector",
"type": "github" "type": "github"
} }

View file

@ -12,7 +12,7 @@
}; };
cup-collector = { cup-collector = {
url = "github:genebean/cup-collector"; url = "github:genebean/cup-collector/v1.0.0";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };