fix: input ref / bump digga

the indirect reference started failing with
```
warning: Git tree '/home/blaggacao/ghq/github.com/divnix/devos' is dirty
error: NAR hash mismatch in input 'github:NixOS/nixpkgs/release-21.05' (/nix/store/0r0xrqj5l88071cama7hlha5ajya06c8-source), expected 'sha256-MhVtkVt1MFfaDY3ObJu54NBcsaPk19vOBZ8ouhjO4qs=', got 'sha256-jQgXeJ9NQQS0Eobb/qQOvS+RRULkqRikAeXkkFKOPDA='
```
This commit is contained in:
David Arnold 2021-08-05 20:30:40 -05:00
parent b5da406689
commit 5657ddf3c1
No known key found for this signature in database
GPG Key ID: AB15A6AF1101390D
2 changed files with 22 additions and 20 deletions

View File

@ -93,11 +93,11 @@
]
},
"locked": {
"lastModified": 1625729093,
"narHash": "sha256-hpo8T7mlVEpHpZIYqhxqt5i/XY8eu4p66MrAg/MCuVY=",
"lastModified": 1628068208,
"narHash": "sha256-akJBkj6os4bjO1drhketJvXNC21yPuy4ufL2pyius4M=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "587cbcfe8d3ea05c5bb153764d3617012ef28c86",
"rev": "d72174307d5b88ec24cc2e69e875228fe3d642ed",
"type": "github"
},
"original": {
@ -140,11 +140,11 @@
]
},
"locked": {
"lastModified": 1627484795,
"narHash": "sha256-ZnErne4CWPxN3G6jwEzSeTD++iIXdRa9+5ZTp2IuOQ0=",
"lastModified": 1628211944,
"narHash": "sha256-2q1dNUzitVd0JNRHYTubbyb8ks3fL9hPJOvQgofxELE=",
"owner": "divnix",
"repo": "digga",
"rev": "b52bb1001950eae6aca993232c1a88d0638b1dcf",
"rev": "760bb9c29063258ba547145de0ab96acd7eba4c0",
"type": "github"
},
"original": {
@ -229,17 +229,18 @@
},
"latest": {
"locked": {
"lastModified": 1627391865,
"narHash": "sha256-tPoWBO9Nzu3wuX37WcnctzL6LoDCErJLnfLGqqmXCm4=",
"owner": "NixOS",
"lastModified": 1627942574,
"narHash": "sha256-guUcGRWvY2mfiVSet2x/zeHIyflm2wgglj0ldg0mMio=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8ecc61c91a596df7d3293603a9c2384190c1b89a",
"rev": "c464dc811babfe316ed4ab7bbc12351122e69dd7",
"type": "github"
},
"original": {
"id": "nixpkgs",
"owner": "nixos",
"ref": "nixos-unstable",
"type": "indirect"
"repo": "nixpkgs",
"type": "github"
}
},
"naersk": {
@ -287,17 +288,18 @@
},
"nixos": {
"locked": {
"lastModified": 1627930555,
"narHash": "sha256-JKS4wNmSnkatz+3G5g0/o+tXg3XpQ4AtBpgbw2+kIcw=",
"owner": "NixOS",
"lastModified": 1628203131,
"narHash": "sha256-jQgXeJ9NQQS0Eobb/qQOvS+RRULkqRikAeXkkFKOPDA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c15e294a60abc894964f4b0ae0ca17dc18b9ca98",
"rev": "178da37860823d35e801c7df2f73d7866d3d598a",
"type": "github"
},
"original": {
"id": "nixpkgs",
"owner": "nixos",
"ref": "release-21.05",
"type": "indirect"
"repo": "nixpkgs",
"type": "github"
}
},
"nixos-generators": {

View File

@ -7,8 +7,8 @@
inputs =
{
nixos.url = "nixpkgs/release-21.05";
latest.url = "nixpkgs/nixos-unstable";
nixos.url = "github:nixos/nixpkgs/release-21.05";
latest.url = "github:nixos/nixpkgs/nixos-unstable";
digga.url = "github:divnix/digga";
digga.inputs.nixpkgs.follows = "nixos";