grit, hydrus and updates

This commit is contained in:
dusk 2021-04-15 16:01:22 +03:00
parent 7d4cdc6fea
commit 38a3ba96dd
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
4 changed files with 31 additions and 17 deletions

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"cachix": { "cachix": {
"locked": { "locked": {
"lastModified": 1617786842, "lastModified": 1618358082,
"narHash": "sha256-nuhewc9ANLkY2dBc9ikBQmy5EdCPElHbxd/pU96HdG0=", "narHash": "sha256-4vyEiTcCk7hRigwcRqDAF86YQbUzALUNxyH8SLG4oeo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d6f63659a7021051a46035373ed50fbea7e4e924", "rev": "dec334fa196a4aeedb1b60d8f7d61aa00d327499",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1618041827, "lastModified": 1618469593,
"narHash": "sha256-17Fzc8rmT6HOarCp+8k9RhmgMorNtzTk/rzew+FqHrA=", "narHash": "sha256-fNdt+Q3irnT3pId7PKSSVeR8/9inBrAEg4gpItoRowU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f567ea8228e0ce718871d7346e444dd15ad702e5", "rev": "ebbbd4f2b50703409543941e7445138dc1e7392e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -74,11 +74,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1617899217, "lastModified": 1618343055,
"narHash": "sha256-gd5JHH7IkeoIQ/oiGZSqDpGdGt7DMRJTQ8JiD8+hdOQ=", "narHash": "sha256-yux3woyNtMt6ynYRq7+DYe19CC+SoI/LJW+zSJd0UOs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9e377a6ce42dccd9b624ae4ce8f978dc892ba0e2", "rev": "e019872af81e4013fd518fcacfba74b1de21a50e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -99,11 +99,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1617904961, "lastModified": 1618477375,
"narHash": "sha256-M45PTFsPZ6mWQ3UxrTUxlO4D+bXaKQuAsjfcpKBcAa4=", "narHash": "sha256-saSEQORHk9u+QEzqFEuuCQCCCf8wqQaOEauFL0LbYtk=",
"owner": "colemickens", "owner": "colemickens",
"repo": "nixpkgs-wayland", "repo": "nixpkgs-wayland",
"rev": "fadd4b3505bca3175f2a00c3e5810ed074b55bb8", "rev": "e9fd7014324e91eff4817b5be09ec788af8dba83",
"type": "github" "type": "github"
}, },
"original": { "original": {

12
overlays/grit.nix Normal file
View File

@ -0,0 +1,12 @@
final: prev: {
grit = prev.grit.overrideAttrs (old: rec {
version = "0.3.0";
src = prev.fetchFromGitHub {
owner = "climech";
repo = old.pname;
rev = "v${version}";
sha256 = "sha256-c8wBwmXFjpst6UxL5zmTxMR4bhzpHYljQHiJFKiNDms=";
};
});
}

View File

@ -1,11 +1,12 @@
final: prev: { final: prev: {
hydrus = prev.hydrus.overrideAttrs (old: rec { hydrus = prev.hydrus.overrideAttrs (old: rec {
pname = "hydrus"; version = "435";
version = "434";
src = builtins.fetchGit { src = prev.fetchFromGitHub {
url = "https://github.com/hydrusnetwork/hydrus.git"; owner = "hydrusnetwork";
rev = "71bedccaeabf411307edeac3b03a0903d2c23ec8"; repo = old.pname;
rev = "v${version}";
sha256 = "sha256-+YOFqRgyNtdVBBCb6MWb+PqUoGvt8M0/ygiHrvxdWWg=";
}; };
postPatch = '' postPatch = ''

View File

@ -36,6 +36,7 @@ in
tealdeer tealdeer
amber amber
unzip unzip
grit
]; ];
shellAliases = shellAliases =