Compare commits

..

No commits in common. "faa04477913bc67f17a72ec802d2267200f7673f" and "9cda33602337533f0c9889236daad58ba7561b63" have entirely different histories.

2 changed files with 9 additions and 9 deletions

View file

@ -83,11 +83,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705273357, "lastModified": 1704099619,
"narHash": "sha256-JAlkxgJbWh7+auiT0rJL3IUXXtkULRqygfxQA6mvLgc=", "narHash": "sha256-QRVMkdxLmv+aKGjcgeEg31xtJEIsYq4i1Kbyw5EPS6g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "924d91e1e4c802fd8e60279a022dbae5acb36f2d", "rev": "7e398b3d76bc1503171b1364c9d4a07ac06f3851",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -163,11 +163,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1705331948, "lastModified": 1704145853,
"narHash": "sha256-qjQXfvrAT1/RKDFAMdl8Hw3m4tLVvMCc8fMqzJv0pP4=", "narHash": "sha256-G/1AMt9ibpeMlcxvD1vNaC8imGaK+g7zZ99e29BLgWw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b8dd8be3c790215716e7c12b247f45ca525867e2", "rev": "2d2ea8eab9e400618748ab1a6a108255233b602c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -63,13 +63,13 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "ansel"; pname = "ansel";
version = "unstable-2024-01-05"; version = "unstable-2023-12-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aurelienpierreeng"; owner = "aurelienpierreeng";
repo = "ansel"; repo = "ansel";
rev = "e2c4a0a60cd80f741dd3d3c6ab72be9ac11234fb"; rev = "53c609cd274b6b893ed10214ac6877941d1b486b";
hash = "sha256-Kg020MHy9fn1drCk+66f25twqczvD/5evutDODqOjYM="; hash = "sha256-ed3rKdJRO+QQdn+C4DANoztXxtoMvHudBvJQogoaHT0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };