Compare commits

...

2 commits

Author SHA1 Message Date
Antoine Martin faa0447791 pkgs: ansel: bump 2024-01-16 12:55:24 +01:00
Antoine Martin 6e2745f531 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/7e398b3d76bc1503171b1364c9d4a07ac06f3851' (2024-01-01)
  → 'github:nix-community/home-manager/924d91e1e4c802fd8e60279a022dbae5acb36f2d' (2024-01-14)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2d2ea8eab9e400618748ab1a6a108255233b602c' (2024-01-01)
  → 'github:NixOS/nixpkgs/b8dd8be3c790215716e7c12b247f45ca525867e2' (2024-01-15)
2024-01-16 12:30:07 +01:00
2 changed files with 9 additions and 9 deletions

View file

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

View file

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