flake: pin dzgui

This commit is contained in:
Leonardo Eugênio 2024-06-22 13:45:50 -03:00
parent 6b85e09715
commit 0fa3ae4add
2 changed files with 22 additions and 4 deletions

View file

@ -168,22 +168,40 @@
"type": "github"
}
},
"dzgui": {
"flake": false,
"locked": {
"lastModified": 1702780245,
"narHash": "sha256-cdW5LN2Q7eYW8xIqKPQfeYPd7e6VdJGaoA9NMHesCrE=",
"owner": "aclist",
"repo": "dztui",
"rev": "28323f3edb8fa747dc559d1939ccdd7729e4e3a1",
"type": "github"
},
"original": {
"owner": "aclist",
"repo": "dztui",
"type": "github"
}
},
"dzgui-nix": {
"inputs": {
"dzgui": "dzgui",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1718144257,
"narHash": "sha256-rgRnU05sgqdDpxF3n6oaGUOGbW0xehijrBNr3DJnN3U=",
"lastModified": 1702850463,
"narHash": "sha256-qR/c/GjsLUzrCyHN/Q9nnClduf6OqTg26S1AFYKPzxA=",
"owner": "lelgenio",
"repo": "dzgui-nix",
"rev": "c0aa386e8c08946dc2b8713e59a77cb6079a0b62",
"rev": "2ed6515b27d8186b9fedfe1dcaf861f07e796a0d",
"type": "github"
},
"original": {
"owner": "lelgenio",
"ref": "dzgui-4.1.0",
"repo": "dzgui-nix",
"type": "github"
}

View file

@ -29,7 +29,7 @@
};
dzgui-nix = {
url = "github:lelgenio/dzgui-nix";
url = "github:lelgenio/dzgui-nix/dzgui-4.1.0";
inputs.nixpkgs.follows = "nixpkgs";
};